home *** CD-ROM | disk | FTP | other *** search
/ SVM Mac CD-ROM 59 / SVM Mac CD-ROM - No 59.iso / Wanadoo / Media / Present.dcr / Internal_510_FlechesBleu.ls < prev    next >
Encoding:
Text File  |  2000-01-18  |  276 b   |  18 lines

  1. on mouseEnter me
  2.   set the member of sprite the currentSpriteNum to "AnimFlecheBleu1"
  3.   cursor(280)
  4. end
  5.  
  6. on mouseDown me
  7.   cursor(290)
  8. end
  9.  
  10. on mouseUp me
  11.   cursor(280)
  12. end
  13.  
  14. on mouseLeave me
  15.   set the member of sprite the currentSpriteNum to "AnimFlecheBleu0"
  16.   cursor(-1)
  17. end
  18.